[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 33h,  04h (4)        Set Mouse Cursor Position

    Sets the cursor to a specified position.

       On entry:      AX         04h
                      CX         Horizontal Coordinate
                      DX         Vertical Coordinate

       Returns:       Nothing

  --------------------------------------------------------------------------

    Function 4 sets the mouse cursor to the specified horizontal and
    vertical screen coordinates. The parameter values must be within the
    horizontal and vertical ranges for the virtual screen.

    If the screen is mot in high resolution mode, the parameter values are
    rounded to the nearest horizontal and vertical coordinate values
    permitted for the current screen mode.

See Also: INT 33h, 03h Virtual Screen
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson